home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / CHIP / Testy software / Norton Confidental / NCO10IN.exe / Support / LUpdate / LUALL.chm / enthelp.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-06-19  |  4.2 KB  |  275 lines

  1. /*****************************************
  2. *            ENTERPRISE CSS                    *
  3. *****************************************/
  4.  
  5. body
  6.     { 
  7.     background-color: #FFFFFF;
  8.     color: #000000;
  9.     font-family: Verdana, Arial, Helvetica, sans-serif;
  10.     font-size: 12px;
  11.     font-style: normal;
  12.     font-weight: normal;
  13.     background-repeat: no-repeat;
  14.     background-attachment: fixed;
  15.     margin-left: 34px;
  16.     cursor: auto;
  17.     }
  18.  
  19. p
  20.     {
  21.     clear: right;
  22.     }
  23.  
  24. span.guimenuitem
  25.     {
  26.     font-weight: bold;
  27.     }
  28.     
  29. /*==========================================
  30. /  LIST ELEMENTS (items, titles, intro's)  /
  31. ==========================================*/
  32.  
  33. .highlights li, .toc li
  34.     {
  35.     color: #0000FF;
  36.     }
  37.  
  38. ul
  39.     {
  40.     margin-top: 24px;
  41.     }
  42.     
  43. ul li
  44.     {
  45.     margin-left: -22px;
  46.     }
  47.     
  48.  ol li    
  49.     {
  50.     margin-left: -16px;
  51.     }
  52.     
  53. ul li p, ol li p, .toc dl dt, ul li
  54.     {
  55.     margin-top: 12px;
  56.     margin-bottom: 12px;
  57.     }
  58.         
  59.  
  60. .itemizedlist p.title
  61.     {
  62.     color: #000000;
  63.     font-weight: normal;
  64. /*    position: relative;
  65.     top: -4px;        */
  66.     }
  67.  
  68. .procedure .title
  69.     {
  70.     color: #000000;
  71.     font-weight: bold;
  72.     }
  73.     
  74. .steplistitem_cont
  75.     {
  76.     position: relative;
  77.     top: -6px;
  78.     bottom: -2px;
  79.     }
  80.  
  81. /*==========================================
  82. /              HEADING & INTRO PARA'S              /
  83. ==========================================*/
  84.  
  85. h1, h2, h3, h4, h5, h6
  86.     {
  87.     color: #0000FF;
  88.     font-size: 12px;
  89.     text-align: left;
  90.     text-indent: none;
  91.     margin-left: 0px;
  92.     }
  93.  
  94. h5, h6
  95.     {
  96.     color: #000000;
  97.     font-size: 12px;
  98.     text-align: left;
  99.     text-indent: none;
  100.     margin-left: 0px;
  101.     }
  102.  
  103. h2.subtitle
  104.   {
  105.     color: #0000FF;
  106.     font-size: 12px;
  107.     text-align: left;
  108.     text-indent: none;
  109.     margin-left: 0px;
  110.     margin-top: -12px;
  111.     margin-bottom: 16px;
  112.   }
  113.  
  114. div.toc p, div.highlights div
  115.   {
  116.     margin-bottom: -8px;
  117.   }
  118.  
  119. div.figure p.title, div.grid p.title, div.rowline p.title, div.gridwide p.title
  120.     {
  121.     color: #000000;
  122.     font-size: 12px;
  123.     font-weight: normal;
  124.     margin-bottom: 11px;
  125.     margin-left: 0px;
  126.     margin-right: 0px;
  127.     margin-top: 0px;
  128.     text-align: left
  129.     }
  130.  
  131. div.moreinfo p.title
  132.     {
  133.     color: #0000FF;
  134.     font-family: Verdana, Arial, Helvetica, sans-serif;     
  135.     font-size: 12px;
  136.     font-weight: bold;
  137.     margin-left: 0px;
  138.     margin-right: 5px;
  139.     margin-top: 33px;
  140.     margin-bottom: 5px;
  141.     text-align: left;
  142.     text-indent: 0px;
  143.     }
  144.  
  145. p.ref
  146.   {
  147.   margin-left: 0px;
  148.   margin-right: 5px;
  149.   margin-top: 0px;
  150.   margin-bottom: 0.5em;
  151.   text-align: left;
  152.   text-indent: 0px;
  153.   white-space: normal;
  154.   line-height: 12pt;
  155.   }
  156.  
  157. div.section div.itemizedlist p.title
  158.     {
  159.     margin-bottom: -10px;
  160.     }
  161.  
  162. div.section div.figure p.title
  163.     {
  164.     margin-top: 18px;
  165.     }
  166.  
  167. div.figure p
  168.     {
  169.     margin-bottom: 11px ! important;
  170.     }
  171.  
  172. /*==========================================
  173. /                          TABLES                      /
  174. ==========================================*/
  175.  
  176.  
  177. table
  178.   {
  179.   font-family: Verdana, Arial, Helvetica, sans-serif;     
  180.   font-size: 12px;
  181.   }
  182.   
  183. .noline table
  184.     {
  185.     margin-left: 0px;
  186.     bottom: 14px;
  187.     }
  188.   
  189. div.informaltable table, div.section div.procedure div.noline table
  190.   {
  191.   font-size: 12px;
  192.   margin-left: -14px;
  193.   margin-bottom: 8px;
  194.   }  
  195.  
  196. div.section div.noline table, div.section div.rowline table 
  197.   {
  198.   margin-top: 20px;
  199.   }
  200.  
  201. div.noline table td p
  202.     {
  203.     margin-left: 0px;
  204.     }
  205.  
  206. td.empty
  207.     {
  208.     font-size:1px;
  209.     color:#000000;
  210.     
  211.     }
  212.  
  213. td p
  214.     {
  215.     margin-top: 5px;
  216.     margin-bottom: 5px;
  217.     }
  218.  
  219. thead p
  220.     {
  221.     font-weight: bold;
  222.     }
  223.  
  224. td
  225.     {
  226.     padding-bottom: 0px;
  227.     }
  228.         
  229. /*==========================================
  230. /                  NOTES & WARNINGS                  /
  231. ==========================================*/
  232.  
  233. .note b, .warning b
  234.     {
  235.     float: left;
  236.     margin-left: 0px;
  237.     }
  238.  
  239. /*
  240. .note p, .warning p
  241.     {
  242.     position: relative;
  243.     clear: right;
  244.     }
  245. */
  246.  
  247. /*==========================================
  248. /                  Document Defaults                  /
  249. ==========================================*/
  250.  
  251. a:active, a:hover, a:link, a:visited
  252. {
  253. color: #0000FF;
  254. text-decoration: underline;
  255. }
  256.  
  257. /*
  258. a:hover
  259. {
  260. color: #0000FF;
  261. text-decoration: underline;
  262. }
  263.  
  264. a:link
  265. {
  266. color: #0000FF;
  267. text-decoration: underline;
  268. }
  269.  
  270. a:visited
  271. {
  272. color: #0000FF;
  273. text-decoration: underline;
  274. }
  275. */